home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
asmsrc
/
thesource-7.lha
/
Utilities
/
xemhex.lha
/
xemhex
/
source
/
HEXconsole.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-05-23
|
246 b
|
13 lines
#include "ownincs/xem.h"
struct HEXConsole {
struct XEM_IO *io;
struct XEmulatorMacroKey *macrokeys;
/* HEX spezifisches.. */
struct TextFont *topazFont8;
struct TextFont *topazFont11;
struct MsgPort *wconport;
struct IOStdReq *wcon;
};